home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1429 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: newsxfer.itd.umich.edu!caen!hasdi
  2. From: hasdi@news-server.engin.umich.edu (HASDI RODZMANN HASHIM)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: An incredably dumb question
  5. Date: 13 Jan 1996 21:39:55 GMT
  6. Organization: University of Michigan Engineering, Ann Arbor
  7. Message-ID: <4d98rb$iij@srvr1.engin.umich.edu>
  8. References: <4d8tlk$pgk@ccnet3.ccnet.com>
  9. NNTP-Posting-Host: hasdi@date.engin.umich.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jeffery C McLean (felinoid@ccnet.com) wrote:
  13. :     and I should be able to figure it out myself....
  14. : But I can't.....
  15. :     Here is my question....
  16. : I am looking for an alternitive to getc()   I want to read carciters
  17. : as they are entered NOT after the user hits return.
  18. : I feal so stupid that I can't find it myself or figure it out...
  19. : Must be right under my nose... or I'd have it by now...
  20.  
  21. I don't think there an ANSI library function that supports this. If you 
  22. are using Borland/Turbo C, look under <conio.h>. There's some library 
  23. functions like kbhit(). It won't be portable thought. :-/
  24.  
  25. Hasdi
  26.